records

records

Active filters Clear all

No active filters

Filters

Energy consumption of the municipality

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
annee
Type
date
Sample
                       
Gas (normalized – kWh)
               

No description available for this field.

Name (identifier)
gaz_normalise_kwh
Type
decimal
Unit
kWh
Sample
                       
Electricity (kWh)
               

No description available for this field.

Name (identifier)
electricite_kwh
Type
decimal
Unit
kWh
Sample
                       
Water (m3)
               

No description available for this field.

Name (identifier)
eau_m3
Type
decimal
Unit
m3
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"bxl_consommation_energetique",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/bxl_consommation_energetique"
      }
    ]
    ,
  • "definitions":
    {
    • "bxl_consommation_energetique":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/bxl_consommation_energetique_records"
            }
          }
        }
      }
      ,
    • "bxl_consommation_energetique_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "annee":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "gaz_normalise_kwh":
              {
              • "type":"number",
              • "title":"Gas (normalized – kWh)",
              • "description":"",
              • "unit":"kWh"
              }
              ,
            • "electricite_kwh":
              {
              • "type":"number",
              • "title":"Electricity (kWh)",
              • "description":"",
              • "unit":"kWh"
              }
              ,
            • "eau_m3":
              {
              • "type":"number",
              • "title":"Water (m3)",
              • "description":"",
              • "unit":"m3"
              }
            }
          }
        }
      }
    }
}

Similar datasets